home *** CD-ROM | disk | FTP | other *** search
/ Champak 40 / Vol 40.iso / games / draw_pla.swf / scripts / DefineButton2_293 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2007-05-10  |  85 b   |  7 lines

  1. on(press){
  2.    if(_root.mtrue.bar > 1)
  3.    {
  4.       _root.mtrue.bar += 12;
  5.    }
  6. }
  7.